CURRENT GRAPHICS CARD$

This command will return the name of the current display card being used by the system.

  Syntax
Return String=CURRENT GRAPHICS CARD$()
  Returns

The name of the display card in a string

  Example Code
cls
set display mode 800,600,32
wait 1000*8
print "current display card name "+current graphics card$()
do
loop
end
  See also

DISPLAY Commands Menu
Index